home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / e / amigae31apart2.lha / Amiga_E_v3.1a / Tools / EE / EE08.readme < prev   
Encoding:
Text File  |  1994-12-15  |  2.8 KB  |  57 lines

  1. short: Src Editor and Dev Environ for E
  2. dest: dev/e
  3. updloader: Barry Wills, el269@cleveland.freenet.edu
  4. long:
  5.                                 EE v0.8
  6.                 Source Editor and Development Environment
  7.                      for the E Programming Language
  8.  
  9. This release fixes several nasty bugs and oversights present in the
  10. original distribution found in the E v3.0 demo distribution.  Also added
  11. are case-sensitive Intuition menu command hotkeys, correct handling of
  12. dead keys, keyboard hilighting made more CED-like, speeded up display
  13. updating and search-replace, added option to turn on/off smart indent.
  14.  
  15. EE is a multi-tasking, multi-windowing, OS 2.0 compliant, folding
  16. source editor, designed with E, and E programmers in mind.  It has
  17. robust features, equally mouse and keyboard driven, which allow for
  18. quick editing and traversal.  Naturally, it has many features which
  19. enhance the development of E programs, like compiling and running from
  20. within the editor, EC error reporting, relocating the cursor at the
  21. erroneous line, keyword/phrase lookup and completion, and more.
  22.  
  23. Main features:
  24.  
  25.   - Completely written in E :-)
  26.   - Multi-tasking;
  27.   - Multi-windows with hotkey switching and window selection listview;
  28.   - Custom assignment of any function to any qualifier/key combo;
  29.   - Smart indent;
  30.   - Choice of free-form cursor (goes anywhere on screen) .vs. stream-
  31.     oriented cursor (adheres to text, wrapping around at end and
  32.     beginning of lines);
  33.   - Custom fixed-width font support;
  34.   - Option to open on public screen(s) (with optional Default and
  35.     Shanghai modes);
  36.   - Fold on PROCs, OBJECTs, recognized comment, and hilighted block;
  37.     can be Cut-n-Pasted;
  38.   - Single- and multi-line comment and uncomment;
  39.   - Unlimited macro recording and playback;
  40.   - Compile with auto-save, asynchronous execution, and other options;
  41.   - Keyword and phrase completion--comes with dictionary file of E
  42.     function templates--just type function name and complete it; you'll
  43.     now have the E function template in your source; two convenient
  44.     methods of completion provided; custom dictionaries supported, as
  45.     well as an unlimited number of dictionaries available simultaneously;
  46.   - Configurable/editable command slots, as well as the ability to pick
  47.     up hilighted text from the source for execution;
  48.   - Optional bottom scrollbar for those who like to have that extra
  49.     line of text at the bottom;
  50.   - Garbage on demand (or memory crisis); and other low-mem options;
  51.   - Many small things that add to comfort and productivity that won't
  52.     be mentioned for the sake of space and attention span :-)
  53.   - Open/Visit/Fallback public screen options;
  54.   - Auto source backup; auto save before compiling;
  55.   - Case-sensitive menu command hotkeys (a la Intuition menus);
  56.   - Nice configuration GUI (thanks to Wouter for his easygui module!);
  57.